home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000215_andreas@mpa-garching.mpg.de_Wed Feb 2 10:21:22 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from ibm-1.mpa-garching.mpg.de by cs.umb.edu with SMTP id AA15408
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 2 Feb 1994 04:53:20 -0500
  3. Received: from localhost (andreas@localhost) by ibm-1.MPA-Garching.MPG.DE (8.6.4/8.6) id JAA19135; Wed, 2 Feb 1994 09:21:22 +0100
  4. Date: Wed, 2 Feb 1994 09:21:22 +0100
  5. From: Andreas Schott <andreas@mpa-garching.mpg.de>
  6. Message-Id: <199402020821.JAA19135@ibm-1.MPA-Garching.MPG.DE>
  7. To: mackay@cs.washington.edu (Pierre MacKay)
  8. Cc: tex-k@cs.umb.edu
  9. Subject: Re: Bugs in Makefile.in and configure(.in)
  10. In-Reply-To: <199402012300.PAA25782@june.cs.washington.edu>
  11. References: <199401271330.OAA37022@ibm-1.MPA-Garching.MPG.DE>
  12.     <199402012300.PAA25782@june.cs.washington.edu>
  13. Reply-To: andreas@mpa-garching.mpg.de (Andreas Schott)
  14.  
  15. >   Furthermore a hint. If you unpack the tar-files into three different
  16. >   parallel subdirectories web2c-6.0, dvipsk-5.526a and xdvik-1.5, you
  17. >   can create everything under web2c-6.0 if you establish the following
  18. >   two links in web2c-6.0:
  19. >     ln -s ../dvipsk-5.526a/dvipsk dvipsk
  20. >     ln -s ../xdvik-1.5/xdvik xdvik
  21. >
  22. > I tried this (before reading this mail), and it doesn't quite work. 
  23. > The problem is that both dvipsk-5.526a and xdvik-1.5 have their
  24. > own independent copies of kpathsea.  At a certain point after the first
  25. > successful compilation of kpathsea.a, each of the parallel
  26. > dvips web2c or xdvi Makefiles is going to ask for dependencies
  27. > in kpathsea via a relative path ../kpathsea.  At least two out of three
  28. > such trials will then drop into a kpathsea that has not been configured.  
  29.  
  30. For me the link works fine, because ../kpathsea after a cd web2c-6.0/dvipsk
  31. refers to web2c-6.0/kpathsea. If this is not the case for you, you should
  32. move the two directories dvipsk and xdvik.
  33.  
  34. Andreas.